Emacs should now build correctly on GNU/Hurd.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Mar 2013 05:04:46 +0000 (22:04 -0700)
committerRob Browning <rlb@defaultvalue.org>
Mon, 5 May 2014 23:48:35 +0000 (18:48 -0500)
commit528d95ed8059eff519fc4f1826109dafdff2e9b0
treecdcaeed2bfd1ad84cc7fa250290bb6844dc0f665
parent5f08d4eba0c5bb51294ee89d4285f3cc6dde925f
Emacs should now build correctly on GNU/Hurd.

Applied upstream patch:

  * sysdep.c: Remove a use of BSD_SYSTEM, which I'm trying to phase out.

  Include <sys/param.h> unconditionally, as that works elsewhere and
  is simpler here.  Include <sys/sysctl.h> if DARWIN_OS ||
  __FreeBSD__, not if BSD_SYSTEM, since it's needed only for Darwin
  and FreeBSD now.

Origin: upstream, commit: 112030, f83f57c2e20531ff3442904bc450607db19e999c
Added-by: Rob Browning <rlb@defaultvalue.org>
Provided-By: Paul Eggert <eggert@cs.ucla.edu>
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725099
src/ChangeLog
src/sysdep.c